home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / DIGITIZ.M3 < prev    next >
Text File  |  1996-04-01  |  1KB  |  46 lines

  1. name INC file > Digitized Format
  2.  
  3. a 00
  4. X ->3.>4
  5. Y ->3.>4
  6. Z ->3.>4
  7. F 00
  8.  
  9. ModalLetters F                        # List of letters that are modal    
  10.  
  11. Spaces? Y                             # Y or N  'Spaces between words     
  12.  
  13. Comment ( )                           # Begin End comment char.           
  14.  
  15. HCode X                               # X or X U  'Horizontal char.       
  16. VCode Y                               # Y or Y V  'Vertical char.         
  17. Dcode Z                               # Depth char.                       
  18.  
  19. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  20. Helical? N
  21.  
  22. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  23.  
  24. StartCode                             # Start of the program              
  25. a0
  26. End
  27.  
  28. ToolChange                            # Secondary tool changes            
  29. a0
  30. End
  31.  
  32. InFeed                                # Enable cutter comp                
  33. a0
  34. End
  35.  
  36. LineCode                              # Linear move                       
  37. F[FRate]
  38. X[H] Y[V] Z[D]
  39. End
  40.  
  41. replace "a" with "newrow"
  42. replace "X" with ""
  43. replace "Y" with "      "
  44. replace "Z" with "      "
  45. replace "F " with "NEWROW"
  46.